home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401 / reset. < prev    next >
Text File  |  1986-11-02  |  347b  |  12 lines

  1. # Copyright (C) 1986 by M. J. Shannon, Jr.
  2. # Permission to distribute for non-commercial uses granted as long as this
  3. # notice is retained.  Violators will be prosecuted.
  4.  
  5. .SUFFIXES:    .c .obj .lib .exe
  6.  
  7. reset.obj:    reset.c mpu.h
  8.     lc -k2 -ml reset
  9.  
  10. reset.exe:    reset.obj mpu.lib
  11.     link \osm\lbin\lc\l\c reset,reset,nul,mpu \osm\lbin\lc\l\lc
  12.